@import url("../webfonts/interstate_light/stylesheet.css");
/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
	width: 320px;
	padding: 20px;
	border: 1px solid #0E3545;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-left: 80px;
}

#contactus legend, h2
{
	font-family : Calibri;
	font-size: 1.3em;
	font-weight: bold;
	color: #EF4430;
}

#contactus label
{
	font-family : Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #B3B3B3;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#contactus input[type="text"],textarea
{
	font-family : "interstate light", Helvetica;
	font-size: 16px;
	line-height: 140%;
	color : #333333;
	padding : 3px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #D8D8D8;
	margin-top: 5px;
}

#contactus input[type="text"]
{
	height: 24px;
	width: 310px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "interstate light", Helvetica;
}

#contactus #scaptcha
{
	width: 90px;
	height: 18px;
}

#contactus input[type="submit"]
{
	width: 300px;
	height: 30px;
	padding-left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: calibri;
	border-color: #0E3545;
}

#contactus textarea
{
	height: 120px;
	width: 310px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 13px;
	margin-top: 5px;
	max-height: 120px;
	max-width: 400px;
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000000;
	border : 1px solid #ccc;
	background-color : #FFFFFF;
	font-weight: bold;
}

#contactus .container
{
	/* [disabled]margin-top: 8px; */
	margin-bottom: 5px;
}

#contactus .error
{
	font-family: calibri;
	font-size: 0.7em;
	color: #EF4430;
	/* [disabled]background-color : #FFF; */
}

#contactus fieldset#antispam
{
	padding: 2px;
	border-top: 1px solid #0E3545;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 350px;
}

#contactus fieldset#antispam legend
{
	font-family : calibri;
	font-size: 0.8em;
	font-weight: bold;
	color: #EF4430;
}

#contactus .short_explanation
{
	font-family : calibri;
	font-size: 0.8em;
	color: #EF4430;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
	font-family : Calibri;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p
{
    display:none;
}

@font-face {
	font-family: 'interstate light';
	src: url('interstate-light-webfont.eot');
	src: url('interstate-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('interstate-light-webfont.woff') format('woff'),
		url('interstate-light-webfont.ttf') format('truetype'),
		url('interstate-light-webfont.svg') format('svg');
}
